runtime.heapStatsDelta.committed (field)
10 uses
runtime (current package)
arena.go#L898: atomic.Xaddint64(&stats.committed, -int64(s.npages*pageSize))
arena.go#L1084: atomic.Xaddint64(&stats.committed, int64(userArenaChunkBytes))
metrics.go#L364: out.scalar = uint64(in.heapStats.committed - in.heapStats.inHeap -
metrics.go#L456: out.scalar = uint64(in.heapStats.committed+in.heapStats.released) +
mgcscavenge.go#L787: atomic.Xaddint64(&stats.committed, -nbytes)
mheap.go#L1414: atomic.Xaddint64(&stats.committed, int64(scav))
mstats.go#L476: consRetained := uint64(consStats.committed - consStats.inStacks - consStats.inWorkBufs)
mstats.go#L672: committed int64 // byte delta of memory committed
mstats.go#L697: a.committed += b.committed
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |